
/* CSS Document */

a.more {
	float: right;
	font-size: 1.4rem; font-size: 14px;
	color:#777;
	line-height: 2;
}
a.more:hover{
	color:#3c61c2;
}

/* Headline
===========================================================================================================================================================================================*/
.carousel-indicators {
	position: absolute; /*整个计数区域绝对定位*/
	bottom: 2%; /*距容器carousel底部10px*/
	z-index: 15; /*设置其在Z轴的层级*/
	/*让整个计数区水平居中*/
	left: 70%;
	margin-left: -20px;
	padding-left: 0;
	text-align: right;
	width: 30%;
	list-style: none;
}
.carousel-indicators li {
	display: inline-block;
	width: 12px;
	height: 12px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff \9;
	background-color: rgba(255, 255, 255, 1.0);
	border: 0 none;
	border-radius: 12px;
}
/*设置当前状态样式*/
.carousel-indicators .active {
	width: 28px;
	height: 12px;
	margin: 0;
	background-color: #3c61c2;
	border: 0 none;
}
.carousel-inner .carousel-caption{
	width: 100%;
	left: 0;
	bottom: 0;
	line-height: 22px;
	font-size: 1.6rem; font-size: 16px;
	padding: 15px 10px;
	text-align: left;
	background-color: #3c61c2;
	opacity:0.85;  
	filter:alpha(opacity=85);  
	background-color: rgba(60,97,194,0.45);
}
.carousel-control{
	background: none;
    opacity: .45;
    filter: alpha(opacity=45);
}
.carousel-control.left,
.carousel-control.right{
	background: none;
	position: absolute;
	top: 40%;
}
.carousel-control.left{
	left: -3%;
}
.carousel-control.right{
	right: -3%;
}
.carousel-control:focus,
.carousel-control:hover{
	color:#fff;
	text-decoration:none;
	filter:alpha(opacity=90);
	outline:0;
	opacity:.9
}
.carousel-control .fa{
	font-size: 50rem; font-size: 50px;
}

.headline{
	padding:15px 20px 5px 20px;
	border-bottom: 1px solid #70a1e3;
}
.col-headline h3{
	line-height: 1.4;
	padding-bottom: 0;
}
.col-headline h3 a:hover{
	text-decoration: underline;
}
.col-headline time{
	color: #adc3ec;
	float: right;
	line-height: 2;
}
.col-headline time span{
	font-size: 1.8rem; font-size: 18px;
}
.col-headline ul{
	padding:5px 20px 5px 20px;
}
.col-headline ul li{
	background: url(ico_point_grey.png) no-repeat 0 15px;
	padding: 5px 0 5px 15px;
	line-height: 1.6;
}
.main-news{
	padding: 20px 0;
}
.main-left{
	background: #f2f5ff;
}
.main-right{
	background: #eaedfa;
}
.main h3{
	font-size: 1.6rem; font-size: 16px;
	padding-bottom: 15px;
	line-height: 1.8;
}
.main h3 i{
	padding-right: 8px;
	color: #66769d;
}
.main-left li{
	background: url(ico_doublearrow_blue.png) no-repeat 0 11px;
	padding: 5px 0 5px 20px;
	line-height: 1.6;
}
.main-left li time{
	color: #a9abb1;
	padding-left: 5px;
}
.main-left .img-news h4{
	font-size: 1.5rem; font-size: 15px;
	line-height: 1.6;
	padding-top: 10px;
}
.main-right dd{
	margin: 12px 0 5px 0;
	padding: 0;
}
.main-right dd span {
	border: 1px solid #d2a86e;
	border-top-width: 5px;
	color: #4a4a4a;
	display: inline-block;
	text-align: center;
	float: left;
	width: 55px;
	height: 55px;
}
.main-right dd span b {
	font-size: 1.6rem; font-size: 16px;
	line-height: 1.8;
	display: block;
}
.main-right dd span em {
	font-size: 1.2rem; font-size: 12px;
	line-height: 1;
	display: block;
	font-style: normal;
}
.main-right dd a{
	line-height: 1.6;
	display: block;
	margin-left: 69px;
}
.col-global{
	border-top: 1px solid #f0f0f0;
	padding-top: 20px;
}


@media screen and (min-width: 768px) {
	.main-left .img-news, .main-left ul{
		position: relative;
		float: left;
	}
	.main-left .img-news{
		width: 41.66666667%;
		
		display: inline-block;
		overflow: hidden;
	}
	.main-left .img-news{
		padding-right: 15px;
	}
	.main-left .img-news img{
		width: 285px;
		height: 160px;
	}
	.main-left ul{
		width: 58.33333333%;
	}
}

@media screen and (min-width: 992px) {
	.wrap-headline{
		padding: 15px;
	}
	.border-headline{
		background: #3278d7;
		-moz-box-shadow:2px 4px 6px #d4e1f0;
		-webkit-box-shadow:2px 4px 6px #d4e1f0;
		box-shadow:2px 4px 6px #d4e1f0;
	}
	.col-topimg, .col-headline{
		position: relative;
		float: left;
	}
	.col-headline{
		width: 41.66666667%;
		
		display: inline-block;
		overflow: hidden;
	}
	.col-headline h3 a{
		color: #fff;
	}
	.col-topimg, .main-left ul{
		width: 58.33333333%;
	}
	.carousel-inner > .item > a > img, .carousel-inner > .item > img{	
		width: 548px;
		height: 311px;
	}
	.main h3{
		font-size: 2.0rem; font-size: 20px;
		line-height: 1.4;
	}
	.col-headline h3{
		font-size: 1.6rem; font-size: 16px;
		color: #fff;
		height: 44px;
		overflow: hidden;
	}
	.col-headline ul li{
		color: #e4edfa;
	}
	.col-headline ul li a,
	.col-headline a.more{
		color: #e4edfa;
	}
	.col-headline ul li a:hover,
	.col-headline a.more:hover{
		color: #fff;
	}
	.main-left .img-news img{
		width: 376px;
		height: 212px;
	}
	.main-left li time{
		float: right;
	}
	
	.zl a{
		width: 20%;
	}
}
@media screen and (min-width: 1170px) {
	img{width: auto;}
	
	.col-topimg{
		width: 66.66666667%;
	}
	.carousel-inner > .item > a > img, .carousel-inner > .item > img{	
		width: 760px;
		height: 428px;
	}
	.carousel-inner .carousel-caption{
		font-size: 1.8rem; font-size: 18px;
	}
	.col-headline{
		width: 33.33333333%;
	}
	.col-headline h3{
		font-size: 2.0rem; font-size: 20px;
		height: 56px;
	}	
	.col-headline time span{
		font-size: 2.0rem; font-size: 20px;
	}
	.col-headline ul li{
		font-size: 1.6rem; font-size: 16px;
	}
	.main-news{		
		background: -webkit-gradient(linear, 60% 0%, 40% 0%, from(#f2f5ff), to(#eaedfa));  /* Webkit: Safari 4-5, Chrome 1-9 */ 
		background: -webkit-linear-gradient(left, #f2f5ff 60%,#eaedfa 40%); /* Webkit: Safari 5.1+, Chrome 10+ */ 
		background: -o-linear-gradient(left, #f2f5ff 60%,#eaedfa 40%); /* Opera 11.10+ */ 
		background: -moz-linear-gradient(left, #f2f5ff 60%,#eaedfa 40%); /* Firefox 3.6+ */ 
		background: -ms-linear-gradient(left, #f2f5ff 60%,#eaedfa 40%);  /* IE 10 */ 
		background: linear-gradient(left, #f2f5ff 60%,#eaedfa 40%); /* 标准的语法*/
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = #f2f5ff, endColorstr = #eaedfa); /* IE < 10  注意：这一行必须写在最后 */ 
	}
	.main-left,	.main-right{
		background: transparent;
	}
	.main-left .img-news img{
		width: 289px;
		height: 163px;
	}
	.main-right dd a{
		height: auto;

		overflow: hidden;
		text-overflow: -o-ellipsis-lastline;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}

@media \0screen\,screen\9 {
	.wrap-headline{
		padding: 15px;
	}	
	.border-headline{
		background: #3278d7;
		-moz-box-shadow:2px 4px 6px #d4e1f0;
		-webkit-box-shadow:2px 4px 6px #d4e1f0;
		box-shadow:2px 4px 6px #d4e1f0;
	}
	.col-topimg, .col-headline, .main-left, .main-right{
		position: relative;
		float: left;
	}
	.col-topimg{
		width: 66.66666667%;
	}
	.col-headline{
		width: 33.33333333%;
	}
	.carousel-inner > .item > a > img, .carousel-inner > .item > img{	
		width: 760px;
		height: 427px;
	}
	.carousel-control.left,.carousel-control.right{
		filter: 0;
	}
	
	.col-headline h3 a{
		color: #fff;
	}
	.col-headline h3{
		font-size: 1.6rem; font-size: 16px;
		height: 56px;
		color: #fff;
		overflow: hidden;
	}
	.col-headline ul li{
		color: #e4edfa;
		font-size: 1.6rem; font-size: 16px;
		background: url(ico_point_grey.png) no-repeat 0 15px;
		padding: 5px 0 5px 15px;
		line-height: 1.6;
	}
	.col-headline ul li a,
	.col-headline a.more{
		color: #e4edfa;
	}
	.col-headline ul li a:hover,
	.col-headline a.more:hover{
		color: #fff;
	}
	.main-news{
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = #f2f5ff, endColorstr = #eaedfa); /* IE < 10  注意：这一行必须写在最后 */ 
	}
	.main-left,	.main-right{
		background: transparent;
	}
	.main-left .img-news, .main-left ul{
		position: relative;
		float: left;
	}
	.main-left .img-news{
		width: 41.66666667%;
		
		display: inline-block;
		overflow: hidden;
	}
	.main-left .img-news{
		padding-right: 15px;
	}
	.main-left .img-news h4{
		font-size: 1.4rem; font-size: 14px;
		line-height: 1.3;
		padding-top: 10px;
	}
	.main-left ul{
		width: 58.33333333%;
	}
	.main-left .img-news img{
		width: 289px;
		height: 163px;
	}
	.main-left li time{
		float: right;
	}
}


/*================================= 图片逐个滚动 =================================*/
#flexiselDemo3,#flexiselDemo4 {
	display:none;
}
.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:29999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}
.nbs-flexisel-ul li{
	margin-bottom: 10px;
}
.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
}
.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
	border: 1px solid #1f43a3;
    width: 171px;
	height: 101px;
    cursor: pointer;
    position: relative;
	padding: 3px;
}
.nbs-flexisel-item P{
	font-size: 1.2rem; font-size: 12px;
	line-height: 2;
	padding-left: 15px;
	max-width: 171px;
	text-align: center;
}
@media \0screen\,screen\9 {
	.nbs-flexisel-item img{
		width: 171px;
		height: 101px;
	}
}